home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / defaults / interface / interface.cst / 00007.ls < prev    next >
Encoding:
Text File  |  2004-04-15  |  299 b   |  12 lines

  1. on mouseDown
  2.   
  3.   if the movieRate of sprite 41 = 1 then
  4.     set the movieRate of sprite 41 to 0
  5.     set the member of sprite the clickOn to member "qt play button"
  6.   else
  7.     set the movieRate of sprite 41 to 1
  8.     set the member of sprite the clickOn to member "qt pause button"
  9.   end if
  10.   
  11.   
  12. end